From 8f1fca36cdee3fe0a4545c39c9249853773277e3 Mon Sep 17 00:00:00 2001 From: Debian Multimedia Maintainers Date: Mon, 7 Mar 2022 19:39:08 +0100 Subject: [PATCH] fixed spelling mistakes Forwarded: https://github.com/jacktrip/jacktrip/pull/209 Last-Update: 2021-01-21 Last-Update: 2021-01-21 Gbp-Pq: Name spelling_fixes.patch --- src/JackTrip.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/JackTrip.cpp b/src/JackTrip.cpp index 11df4a9..2f270c8 100644 --- a/src/JackTrip.cpp +++ b/src/JackTrip.cpp @@ -826,7 +826,7 @@ void JackTrip::receivedDataTCP() mTcpClient.close(); // Close the socket // cout << "TCP Socket Closed!" << endl; - // If we sent authentication data, check if our authentication attempt was succesfull + // If we sent authentication data, check if our authentication attempt was successfull if (mUseAuth && udp_port > 65535) { QString error_message; if (udp_port == Auth::WRONGCREDS) { @@ -854,7 +854,7 @@ void JackTrip::receivedDataTCP() } if (gVerboseFlag) - cout << "Connection Succesfull!" << endl; + cout << "Connection Successful!" << endl; // Set with the received UDP port // ------------------------------ -- 2.30.2